net/http.responseAndError.res (field)
7 uses
net/http (current package)
transport.go#L2185: case rc.ch <- responseAndError{res: resp}:
transport.go#L2230: case rc.ch <- responseAndError{res: resp}:
transport.go#L2498: res *Response // else use this response (see res method)
transport.go#L2684: if (re.res == nil) == (re.err == nil) {
transport.go#L2685: panic(fmt.Sprintf("internal error: exactly one of res or err should be set; nil=%v", re.res == nil))
transport.go#L2688: req.logf("resc recv: %p, %T/%#v", re.res, re.err, re.err)
transport.go#L2693: return re.res, nil
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |